Transmit Map Registry entry

Used when copying data from a record in one module to a record in another module using the Transmit menu option: specifies a mapping where the name of the From column is different to the name of the To column.

Usage

This Registry entry can be assigned to users and groups:

KeyUserGroupGroup
Key 1UserGroupGroup
Key 2usergroupDefault
Key 3Table
Key 4From table
Key 5To table
Key 6Transmit Map
ValueFrom column=To column;...

where:

From table

is the source table: data is copied from this table.

To table

is the destination table: data is copied to this table.

From column=To column;...

is a semicolon separated list of column pairs with different names; data in the From column will be copied to the To column.

Example

This entry ensures that when the Transmit menu option is selected in the Birth Notices module, data in the From columns is copied to the differently named To columns in the Still Births module:

KeySetting
Key 1 Group
Key 2 Default
Key 3 Table
Key 4 ebirthnotices
Key 5 estillbirths
Key 6 Transmit Map
Value MotherStreetAddressOfResidence=MotherResidenceAddress; MotherCityTownOfResidence=MotherResidenceCityTown; MotherStateOfResidence=MotherResidenceProvince; ChildDateOfBirth=FetusDateOfDelivery; ChildTimeOfBirth=FetusTimeOfDelivery